home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAP5 / XIMAP5.dxr / 00346.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  266 b   |  15 lines

  1. on mouseDown
  2.   hChickletState("downState", "click.aif")
  3. end
  4.  
  5. on mouseUp
  6.   global gLstTorFquestions
  7.   hChickletState("upState", 0)
  8.   hpuppet(0, 13, 14)
  9.   hVisibleSprite(0, 16, 17)
  10.   setProp(gLstTorFquestions, 8, 0)
  11.   hFlashlight(0)
  12.   updateStage()
  13.   go("people")
  14. end
  15.